home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @echo
- @echo This demonstration will load an example database of 25
- @echo questions, and randomly select 20 of the 25 to present
- @echo to you, the test-taker. This example is timed; you will
- @echo have ten minutes to answer. When you have finished, the
- @echo test will end automatically. If you wish to stop before
- @echo you have answered all the questions, press ALT-F then
- @echo ALT-X to exeit the program. Your score will be written
- @echo to a file named DEMO1.SCR.
- @echo
- @echo This demonstration shows how QASA can be used to score
- @echo a test as it proceeds, showing the correct answers if
- @echo a wrong answer is typed in, and offering additional help
- @echo where the test database provides it. This also shows one
- @echo way that letter-grade equivalencies can be used.
- @echo
- @pause Press Any Key to Start The Demonstration.
- @qasa -Vsu demo1
-